home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / misc / STFaxFix.lha / Patch STFax < prev    next >
Encoding:
Text File  |  1997-07-13  |  448 b   |  28 lines

  1. ; $VER: STFax-Patch 1.0 (12.7.97)
  2.  
  3. (if (= (exists "STFax:" (noreq)) 0)
  4.    (abort "STFax 2.87 not installed!")
  5. )
  6.  
  7. (complete 20)
  8.  
  9. (execute "Rename STFax:STFax TO STFax:STFax.old")
  10.  
  11. (complete 30)
  12.  
  13. (execute "Patcher STFax:STFax.old STFax:STFax STFax.patch"
  14.   (prompt "Applying the patch")
  15. )
  16.  
  17. (complete 90)
  18.  
  19. (delete "STFax:STFax.old"
  20.   (help @delete-help)
  21.   (prompt "Delete the old version?")
  22.   (confirm)
  23. )
  24.  
  25. (complete 100)
  26.  
  27. (exit "Done. Enjoy it! :-)")
  28.